PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setDecimalSeparator Method
Text that shall be used as the decimal position in displaying numerical values.
In This Topic
    setDecimalSeparator Method
    In This Topic
    Sets the decimal separator.
    An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).
    Syntax
    public void setDecimalSeparator( 
       java.lang.String value
    )

    Parameters

    value
    Text that shall be used as the decimal position in displaying numerical values.
    See Also